ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / MoveCurrentToNext Method

In This Topic
    MoveCurrentToNext Method
    In This Topic
    Sets the item after the CurrentItem in the view as the CurrentItem.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToNext() As System.Boolean
    public System.bool MoveCurrentToNext()
    See Also